home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / actdemo.dir / 00015.ls < prev    next >
Encoding:
Text File  |  1995-12-13  |  208 b   |  13 lines

  1. on exitFrame
  2.   global gXframe
  3.   if (the timer > (2 * 60)) and the mouseDown then
  4.     go(gXframe)
  5.   else
  6.     if the timer > (7 * 60) then
  7.       go(gXframe)
  8.     else
  9.       go(the frame)
  10.     end if
  11.   end if
  12. end
  13.